Namespace - LJCWinFormCommon
Parameters
errorText - The error text.
affectedCount - The affected records count.
caption - The message caption.
Returns
True if there is an error, otherwise false.
Syntax
C# |
public static Boolean ShowHasError(String errorText, Int32 affectedCount = 1, String caption = null)
|
Displays "No records affected." if the affected count is less than 1.
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.